unsigned type

英 [ʌnˈsaɪnd taɪp] 美 [ənˈsaɪnd taɪp]

网络  无符号类型; 无符号数据类型

计算机



双语例句

  1. But until then, you should think about how you would map an unsigned short in IDL to a Java type.
    但在此之前,您已经考虑如何将IDL中的unsignedshort映射成一种Java类型。
  2. The unsigned char data type, and byte data type will yield incorrect results and act as though they are signed types i.e.type char.
    无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。
  3. Otherwise, if the signed integer type can represent all of the values of the unsigned type, the common type is the signed type.
    否则,如果有符号整型可以表示无符号整型的值时,公共类型是有符号类型。
  4. Unfortunately, the Standard permits an implementation to make all of the integer types the same size, and that complicates the rules for when a signed integer type meets an unsigned integer type.
    不幸的是,标准允许实现使得所有整数类型都是同样的大小,这使一个有符号整型遇到一个无符号整型时的规则变得复杂了。
  5. Unary minus operator applied to unsigned type, result still unsigned
    一元负运算符应用于无符号类型,结果仍为无符号类型
  6. If the unsigned integer type has rank greater than or equal to the rank of the signed integer type, the common type is the unsigned type.
    如果无符号整型的优先级高于或等于有符号类型,公共类型是无符号类型。